home *** CD-ROM | disk | FTP | other *** search
- global ShowWarnings, MustWarn, Syskrav
-
- on mouseDown
- puppetSound(3, "Knap")
- end
-
- on mouseUp
- RedAlert(Syskrav)
- if ShowWarnings or MustWarn then
- SetFields(Syskrav)
- go("K7Chicken")
- else
- baShell("open", "DelphiDKProg.exe", EMPTY, "Delphi3", "normal")
- end if
- end
-